type golang.org/x/tools/internal/gcimporter.internalError
4 uses
golang.org/x/tools/internal/gcimporter (current package)
iexport.go#L344: if ierr, ok := e.(internalError); ok {
iexport.go#L1583: type internalError string
iexport.go#L1585: func (e internalError) Error() string { return "gcimporter: " + string(e) }
iexport.go#L1595: return internalError(fmt.Sprintf(format, args...))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)